Selerix Developer Tools
AddRange Method (SmartList<T>)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : AddRange Method
The collection.
Adds the range.
Syntax
'Declaration
 
Public Overridable Sub AddRange( _
   ByVal collection As IEnumerable(Of T) _
) 
'Usage
 
Dim instance As SmartList(Of T)
Dim collection As IEnumerable(Of T)
 
instance.AddRange(collection)
public virtual void AddRange( 
   IEnumerable<T> collection
)
public procedure AddRange( 
    collection: IEnumerable
); virtual; 
public function AddRange( 
   collection : IEnumerable
);
public: virtual void AddRange( 
   IEnumerable<T*>* collection
) 
public:
virtual void AddRange( 
   IEnumerable<T^>^ collection
) 

Parameters

collection
The collection.
See Also

Reference

SmartList<T> Class
SmartList<T> Members